Re: add darwin/osxpb support to cvs

Поиск
Список
Период
Сортировка
От Bruce Hartzler
Тема Re: add darwin/osxpb support to cvs
Дата
Msg-id p04330101b62528ad506e@[212.205.217.211]
обсуждение исходный текст
Ответ на Re: add darwin/osxpb support to cvs  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
>Greetings.
>
>I installed parts of your patch, which should at least get you, or other
>interested people going.
>Open issues:
>
>* Dynamic loader code that's under a BSD license.  I've just installed
>dummy files for now.

Thanks Peter,

I heard back from Fred about the dynamic loader code. He gave the ok
to use it outside the Apache license (see below).

>* It was reported that the assembler doesn't like the__powerpc__ code in
>backend/storage/buffer/s_lock.h.  Your code looks essentially the same, so
>it seems to be a syntax discrepancy between the GNU assembler and whatever
>your system uses.  Perhaps we could check if the altered code works on
>other systems as well before we install duplicates?  (The GNU assembler
>ought to be pretty flexible.)

You are probably right. Apple's gcc-based compiler was split off from
the main tree a while back when they were adding a bunch of
NEXT-based objective-c compiling routines to it. I know people have
been trying to merge the changes back into the main gcc tree (and new
gcc changes into Apple's) but I don't know how long this process it
going to go on for. For now though, it won't compile the other PPC
code already in there.


>* Semaphore support reportedly does exist in new kernels, so I don't think
>we need to add that to the tree.  Maybe a separate patch for older kernels
>is in order.

This sound fine with me. The C++ stuff worked ok with the cvs tree.
The Tcl stuff is on the way and might be working now (it's on the
Darwin cvs server). I'll look into ODBC.

Thanks for your help,

Bruce

-------------------------------------------

Delivered-To: bruceh@mail.utexas.edu
Date: Wed, 25 Oct 2000 12:24:07 +0000
Reply-To: wsanchez@apple.com
From: Wilfredo Sanchez <wsanchez@apple.com>
To: Bruce Hartzler <bruceh@mail.utexas.edu>
Mime-Version: 1.0 (Apple Message framework v337)
Subject: Re: dynloader code in Apache
Status: R

>  I was wondering if you had released your dynloader code under any 
>  other licenses besides Apache's? I've brought it over in order to get 
>  Postgresql running on Darwin but I think the people managing the 
>  Postgresql code are a bit uneasy about using it under Apache's 
>  advertising license. Anything you might suggest would be most helpful.

   The code is pretty simple to reproduce from just looking at the headers.
You needn't worry about the license.  Pretend I sent it to you as a patch.

    -Fred

Wilfredo Sánchez, wsanchez@apple.com
Open Source Engineering Lead
Apple Computer, Inc., Core Operating System Group
1 Infinite Loop, Cupertino, CA 94086, 408.974-5174


В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: add darwin/osxpb support to cvs
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Patches for REL7_0_PATCHES